home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / user.rea < prev    next >
Text File  |  1996-11-17  |  842b  |  28 lines

  1. User:
  2.     Written by Dean P. Junk (dpjunk@mmm.com)
  3.  
  4.     Displays all interactive users on the system along with
  5.         the count of logins, name, location, and phone.
  6.  
  7.         To create the executable:
  8.              1. uncompress user.tar.Z
  9.              2. tar xvof user.tar
  10.              3. cd user
  11.              4. type make 
  12.  
  13.         Sample output is:
  14.  
  15.         Users on node grumpy Linux i386 @ Thu Jun 10 14:21:11 1993 :
  16.  
  17.         User Name  Count  Real Name             Location          Phone           
  18.         ---------  -----  --------------------  ----------------  --------------
  19.         us292121       3  Dean Junk             Knoxville Iowa    842-3780        
  20.  
  21.         Total number of users are 3.
  22.  
  23.  
  24.         It should compile cleanly on most *nix systems.  I have it running
  25.         on HP-UX 8.06 and Linux currently.
  26.  
  27.         Have fun!
  28.